home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / bringine.sit / Bring in the Expert / background_8444.txt < prev    next >
Text File  |  1988-01-27  |  2KB  |  99 lines

  1. -- background: 8444 from stack: in
  2. -- bmap block id: 13474
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: T-square top
  6. ----- HyperTalk script -----
  7. on openCard
  8.   tabkey
  9. end openCard
  10.  
  11. on closeCard
  12.   if field "response" is not empty then
  13.     put field "response" & return & return after field "responses" of card "responses"
  14.   end if
  15. end closeCard
  16.  
  17.  
  18.  
  19. -- part 1 (field)
  20. -- low flags: 01
  21. -- high flags: 0004
  22. -- rect: left=54 top=8 right=50 bottom=436
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 3
  27. -- text size: 9
  28. -- style flags: 256
  29. -- line height: 12
  30. -- part name: 
  31.  
  32.  
  33. -- part 2 (field)
  34. -- low flags: 00
  35. -- high flags: 2007
  36. -- rect: left=54 top=80 right=310 bottom=435
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 22
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Response
  45.  
  46.  
  47. -- part 3 (field)
  48. -- low flags: 01
  49. -- high flags: 0000
  50. -- rect: left=75 top=49 right=70 bottom=400
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 5
  55. -- text size: 14
  56. -- style flags: 256
  57. -- line height: 18
  58. -- part name: 
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: A003
  64. -- rect: left=438 top=140 right=192 bottom=493
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 2002 / 2002
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: New expert
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect iris open slowly
  76.   pop card
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 5 (button)
  82. -- low flags: 00
  83. -- high flags: A003
  84. -- rect: left=438 top=80 right=134 bottom=493
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 7012 / 7012
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: New topic
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect iris open slowly
  96.   go to card "start"
  97. end mouseUp
  98.  
  99.